Skip to content

Conversation

aaron-steinfeld
Copy link
Contributor

Description

This rearranged some styles used by components in the app header so they can come from a single source of truth, rather than being redeclared in each component. The select component was also updated to actually respond to its size argument, which was previously ignored.

Testing

Visual verification on top of unit tests.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

also updated select to actually take the size argument into account
@aaron-steinfeld aaron-steinfeld requested a review from a team as a code owner January 25, 2021 23:36
@codecov
Copy link

codecov bot commented Jan 25, 2021

Codecov Report

Merging #532 (718909d) into main (fdf2030) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #532   +/-   ##
=======================================
  Coverage   85.57%   85.57%           
=======================================
  Files         758      758           
  Lines       15525    15525           
  Branches     1839     1839           
=======================================
  Hits        13285    13285           
  Misses       2209     2209           
  Partials       31       31           
Impacted Files Coverage Δ
...header/application/application-header.component.ts 42.85% <ø> (ø)
projects/components/src/select/select.component.ts 93.75% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fdf2030...718909d. Read the comment docs.

@github-actions

This comment has been minimized.

.left-side-content {
display: flex;
align-items: center;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we use justify content: flex-start here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's the default, it's already behaving that way.

@aaron-steinfeld aaron-steinfeld merged commit f0d1f9b into main Jan 26, 2021
@aaron-steinfeld aaron-steinfeld deleted the share-header-styles branch January 26, 2021 18:00
@github-actions
Copy link

Unit Test Results

    4 files  ±0  232 suites  ±0   11m 59s ⏱️ - 1m 44s
818 tests ±0  818 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
822 runs  ±0  822 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f0d1f9b. ± Comparison against base commit fdf2030.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants